invalidBeforeSlot
readonly invalidBeforeSlot!: ( slot: bigint | number ) => TxBuilderRunner
slot
:bigint
|number
(POSIX time with millisecond precision)
alias for validFromSlot
Sets the validity interval start of the transaction to the specified slot,
use validFrom
for POSIX time instead.
returns a reference to the same TxBuilderRunner
.